Is there a difference between placing JavaScript calls in $(document).ready(function(){ and placing

Posted by Walker on Stack Overflow See other posts from Stack Overflow or by Walker
Published on 2010-06-17T20:16:02Z Indexed on 2010/06/17 20:23 UTC
Read the original article Hit count: 138

Filed under:
|
|
|

Is there a difference, performance or efficiency wise, between placing javascript calls such as blur, onclick etc. in $(document).ready(function(){ as opposed to placing them in DOM?

Thanks!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery